home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / NETPROG.ZIP;1 / NETPROG.TAR / lpr / initvars.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-17  |  272 b   |  11 lines

  1. /*
  2.  * Initialize the external variables.
  3.  * Some link editors (on systems other than UNIX) require this.
  4.  */
  5.  
  6. #include    "defs.h"
  7.  
  8. char    hostname[MAXHOSTNAMELEN]    = "hsi";    /* default host */
  9. char    printername[MAXHOSTNAMELEN]    = "lp";        /* default printer */
  10. int    debugflag            = 0;
  11.